雷赛3000卡功能集合包含单轴运动,多轴插补,IO检测,轴参数设置等功能 .
├── 学习3000
│ ├── 7.ini
│ ├── 学习3000
│ │ ├── CommonRun.Designer.cs
│ │ ├── CommonRun.cs
│ │ ├── CommonRun.resx
│ │ ├── HandWheel.Designer.cs
│ │ ├── HandWheel.cs
│ │ ├── HandWheel.resx
│ │ ├── IOStatus.Designer.cs
│ │ ├── IOStatus.cs
│ │ ├── IOStatus.resx
│ │ ├── LTDMC.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Multicoor.Designer.cs
│ │ ├── Multicoor.cs
│ │ ├── Multicoor.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SetParameter.Designer.cs
│ │ ├── SetParameter.cs
│ │ ├── SetParameter.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 学习3000.exe
│ │ │ │ ├── 学习3000.pdb
│ │ │ │ ├── 学习3000.vshost.exe
│ │ │ │ └── 学习3000.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── 学习3000.CommonRun.resources
│ │ │ ├── 学习3000.HandWheel.resources
│ │ │ ├── 学习3000.IOStatus.resources
│ │ │ ├── 学习3000.MainForm.resources
│ │ │ ├── 学习3000.Multicoor.resources
│ │ │ ├── 学习3000.Properties.Resources.resources
│ │ │ ├── 学习3000.SetParameter.resources
│ │ │ ├── 学习3000.csproj.CoreCompileInputs.cache
│ │ │ ├── 学习3000.csproj.FileListAbsolute.txt
│ │ │ ├── 学习3000.csproj.GenerateResource.Cache
│ │ │ ├── 学习3000.csprojAssemblyReference.cache
│ │ │ ├── 学习3000.csprojResolveAssemblyReference.cache
│ │ │ ├── 学习3000.exe
│ │ │ └── 学习3000.pdb
│ │ └── 学习3000.csproj
│ ├── 学习3000.sln
│ ├── 学习3000.suo
│ └── 学习3000.v12.suo
└── 雷赛3000卡功能集合.rar
10 directories, 53 files
评论